home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / crayola / next / Makefile.preamble < prev    next >
Makefile  |  1993-10-01  |  612b  |  23 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4. include ../common/Makedefs.common
  5.  
  6. NAME = crayola
  7.  
  8. CFLAGS = -I${GEOM}/include -I../common
  9.  
  10. OTHER_SOURCEFILES = ${COMMON_SRCS}
  11.  
  12. L = ${GEOM}/lib/next
  13.  
  14. OTHER_PRODUCT_DEPENDS = \
  15.         ${L}/libmg.a ${L}/libcamera.a \
  16.         ${L}/libgeom.a ${L}/libquad.a ${L}/libpolylist.a ${L}/libvect.a \
  17.         ${L}/libbezier.a ${L}/libmesh.a ${L}/libvect.a ${L}/libstub.a \
  18.         ${L}/libshade.a ${L}/liboogl.a ${L}/lib3d.a ${L}/libcolor.a 
  19.  
  20. OTHER_OFILES = ${COMMON_OBJS}
  21. OTHER_LIBS = -L${L} -lstubdraw ${ALLOOGLLIBS}
  22. OTHER_CFLAGS = -I../common
  23.